github.com/klauspost/compress/zstd.decSymbol.nbBits (method)
9 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L219: func (d decSymbol) nbBits() uint8 {
seqdec.go#L407: nBits := llState.nbBits() + mlState.nbBits() + ofState.nbBits()
seqdec.go#L415: lowBits := uint16(bits >> ((ofState.nbBits() + mlState.nbBits()) & 31))
seqdec.go#L418: lowBits = uint16(bits >> (ofState.nbBits() & 31))
seqdec.go#L419: lowBits &= bitMask[mlState.nbBits()&15]
seqdec.go#L422: lowBits = uint16(bits) & bitMask[ofState.nbBits()&15]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |